home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / misc / dbase55 / disk7 / extern.pak / DBFILE.DEF < prev    next >
Text File  |  1996-01-05  |  1KB  |  48 lines

  1. ;****************************************************************************
  2. ;
  3. ; FILE:        DBFile.def
  4. ;
  5. ; WRITTEN BY:  Keimpe
  6. ;
  7. ; DATE:        1/94
  8. ;
  9. ; UPDATED:     5/95
  10. ;
  11. ; REVISION:    $Revision:   2.8  $
  12. ;
  13. ; VERSION:     Visual dBASE
  14. ;
  15. ; DESCRIPTION:
  16. ;
  17. ;              Part of dbfile, a Visual dBASE example.
  18. ;
  19. ;              See dbfile.cpp for a description of the example.
  20. ;
  21. ;****************************************************************************
  22.  
  23. LIBRARY         DBFILE
  24. Description    'DBFILE.DLL'
  25.  
  26. EXETYPE   WINDOWS
  27.  
  28. CODE      PRELOAD MOVEABLE DISCARDABLE
  29. DATA      PRELOAD MOVEABLE SINGLE
  30.  
  31. EXPORTS
  32.     WEP                             @1 RESIDENTNAME
  33.     DBaseInitInstance               @2
  34.     DBaseExitInstance               @3
  35.     TFinit                          @4
  36.     TFopen                          @5
  37.     TFclose                         @6
  38.     TFgetline                       @7
  39.     TFfieldseparator                @8
  40.     TFgetfield                      @9
  41.     TFeof                           @10
  42.     TFerror                         @11
  43.     TFlineseparator                 @12
  44.     TFgeterror                      @13
  45.     TFfilter                        @14
  46.     TFrelease                       @15
  47.     TFgetrec                        @16
  48.